home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_a / mpphlp.txt < prev    next >
Text File  |  1995-04-22  |  7KB  |  219 lines

  1. The Microbits Peripheral Products 
  2. MPP-1000C modem is unique to the 
  3. Atari computer as it is designed 
  4. to operate from the second joystick 
  5. port rather than from a standard 
  6. RS-232 interface like that found 
  7. on the Atari 850. The benefit 
  8. of this is obvious, the expensive 
  9. 850 interface is not required 
  10. for operation. However, because 
  11. of the need for a special software 
  12. driver to make the joystick port 
  13. function as an asynchronous communica 
  14. tions port, it will only work 
  15. with the Smart Terminal software 
  16. provided on ROM cartridge with 
  17. the modem. 
  18.  
  19. The MPP terminal software provides 
  20. for two types of up or download 
  21. protocols. The first method is 
  22. simply to save a downloaded file 
  23. to a memory buffer by using the 
  24. OPTION key to manually open and 
  25. close the BUFFER. The second option 
  26. is to select the X-MODEM protocol. 
  27. X-MODEM automatically corrects 
  28. any transmission errors that might 
  29. occur because of a bad connection, 
  30. random phone noise, etc. This 
  31. is similar in function to the 
  32. TSCOPE protocol used on this SIG 
  33. but it is NOT compatible. Because 
  34. of this incompatibility, the only 
  35. way an MPP user can download from 
  36. the Atari SIG is to manually download 
  37.  to a buffer or a disk drive with 
  38. no error checking. Although this 
  39. is not as convenient as X-MODEM, 
  40. most files on this board can still 
  41. be downloaded in the following 
  42. ways. 
  43.  
  44. A standard basic file can be download 
  45. ed by selecting the BROWSE function 
  46. in one of the XA databases (please 
  47. see other help files on using 
  48. the ACCESS portion of the SIG 
  49. for more help on these functions 
  50. or obtain the Compuserve guide 
  51. to Special Interest Group/Forum 
  52. by ordering through Feedback). 
  53. After presenting a description 
  54. of the file three options are 
  55. presented; Read the file, Download 
  56. the file or return to menu. Pressing 
  57. <RETURN> will force a description 
  58. of the next file in the database. 
  59. To download the file press <D>. 
  60. Three messages will appear on 
  61. the screen. The last message will 
  62. end with three periods. When you 
  63. see the three periods press the 
  64. <OPTION> key to open your buffer. 
  65. The file will begin to download 
  66. into your memory buffer and list 
  67. to the screen at the same time. 
  68. At the conclusion of the download 
  69. a FILE BUFFER CLOSED message will 
  70. be displayed. You should press 
  71. your <OPTION> key again to close 
  72. the buffer. You have now downloaded 
  73. the file into memory. The next 
  74. step is to save the file to disk 
  75. or cassette by invoking the C 
  76. option from the terminal main 
  77. menu. A sub-menu will appear on 
  78. your screen allowing you to select 
  79. the device to copy to as well 
  80. as a file name. Remember, the 
  81. file will be saved in the LIST 
  82. format as a non-tokenized file 
  83. and must be loaded using the ENTER"D: 
  84. FILENAME.EXT" command. Once it 
  85. has loaded, ignore any error messages 
  86.  and save the file back to disk 
  87. using the SAVE"D:FILENAME.EXT" 
  88. command. This will create a standard 
  89. tokenized basic file. 
  90.  
  91. If a file is designated as a binary 
  92. file (usually with the extension 
  93. .BIN) it can be downloaded using 
  94. the same procedures just explained. 
  95. After the file has been downloaded 
  96. and saves, however, it is not 
  97. in an executable format and must 
  98. be converted by using a binary 
  99. file conversion utility. There 
  100. is an excellent one on XA2 called 
  101. CONBIN.ATR that can be downloaded 
  102. as a standard basic file. After 
  103. you have saved a downloaded binary 
  104. file to disk, run the CONBIN.ATR 
  105. program. It will prompt you for 
  106. the source filename - this is 
  107. the name you gave the binary file 
  108. just downloaded (be sure to proceed 
  109. the filename with D: and do not 
  110. use quotation marks). It will 
  111. then prompt for the destination 
  112. filename - this is the name of 
  113. the file written to disk after 
  114. the conversion process. Be sure 
  115. the name is different form the 
  116. source filename or you will destroy 
  117. the downloaded binary version. 
  118. When the conversion is complete 
  119. you will have an executable version 
  120. of the binary file on your disk. 
  121. This will either be a machine 
  122. language file which can be run 
  123. using the Atari DOS L command 
  124. or a standard Basic file that 
  125. was downloaded in a binary format. 
  126. I have found this procedure to 
  127. work with all binary files, even 
  128. those marked for download with 
  129. TSCOPE only. I have, however, 
  130. downloaded a couple files that 
  131. would not execute after conversion. 
  132. This indicates that an error occurred 
  133.  during the actual download process 
  134. (remember, no error checking without 
  135. X-MODEM or TSCOPE!). The only 
  136. remedy for this problem is to 
  137. try a new download of the file 
  138. from the database. I've only experien 
  139. ced this on a one or two downloads 
  140. in the past couple months. If 
  141. you do experience alot of errors 
  142. on a download try disconnecting 
  143. your phone connection and dial 
  144. back on. Chances are you'll get 
  145. a different line with a cleaner 
  146. signal path. By the way, it is 
  147. not unusual to receive an error 
  148. message when the conversion process 
  149. is complete. It is usually caused 
  150. by extraneous characters downloaded 
  151. before the buffer was closed. 
  152. Just ignore it, it won't hurt 
  153. a thing. However, if your a perfectio 
  154. nist like me. almost any text 
  155. editor can be used to clean-up 
  156. the binary file before converting. 
  157. Look at the beginning and the 
  158. end of the file for extraneous 
  159. information. 
  160.  
  161. You will undoubtedly notice files 
  162. in the databases that use an extensio 
  163. n of .CRE. These are file that 
  164. create another file when executed. 
  165. Many times these are multiple 
  166. files that create a single file 
  167. when run. Any of this type of 
  168. file I've run across will download 
  169. like a standard basic file. Remember, 
  170.  the file will be saved to your 
  171. disk as a LIST file and must be 
  172. loaded by using ENTER and then 
  173. RUN. 
  174.  
  175. The MPP manual states that a file 
  176. download can be made direct to 
  177. disk by selecting the B option 
  178. from the terminal main menu. A 
  179. sub-menu will appear allowing 
  180. you to establish a filename for 
  181. the download. All of the procedures 
  182. discussed above still apply. The 
  183. only difference is that the downloade 
  184. d file is written direct to disk 
  185. instead of to a memory buffer 
  186. and then being saved to disk. 
  187. Selecting this option will save 
  188. you time in downloading and, therefor 
  189. e, money. It also eliminates the 
  190. worry of running out of memory 
  191. in your buffer on extremely large 
  192. files. The choice, however, is 
  193. yours. 
  194.  
  195. If you would like to experiment 
  196. with using X-MODEM, most private 
  197. Atari bulletin boards support 
  198. this protocol. Once you've tried 
  199. it you'll realize how much you're 
  200. missing by not being able to use 
  201. it (or something similar) on this 
  202. SIG. However, with a little effort, 
  203. every file in the SIG databases 
  204. can be successfully downloaded] 
  205. Be sure to read your MPP manual 
  206. carefully and follow these instructio 
  207. ns exactly as given. If you have 
  208. specific question, or are still 
  209. experiencing problems, leave a 
  210. message on the message board and 
  211. we'll try to help. And, most of 
  212. all, have a good time as a member 
  213. of the Atari Special Interest 
  214. Group! 
  215.  
  216.             Larry Sullens (71625,1711 
  217.  
  218. The Microbits